Simplexety

General Curve Sketching (Curve Tracing)

If we examine the course of the function

f(x) = x^4 - 3*x^3 + 3x^2 - 3x + 1

in the interval:

x # [-2.000; 3.500]

then the function can be described by the following qualities and characteristic points:

a) Derivatives of the Function

All necessary derivatives of the function are formed first:

> f'(x) = 4*x^3-9*x^2+6*x-3

> f''(x) = 12*x^2-18*x+6

> f'''(x) = 24*x-18

Note: At present, Simplexety cannot shorten, which, of course, is desirable for mathematics.

b) Local Extrema (Minima and Maxima)

To get a suitable condition, look at the course of the function f(x) and of the 1st and 2nd derivative f '(x) and f ''(x)

Results from it:

f '(x) = 4*x^3-9*x^2+6*x-3

f '(x) = 0

4*x^3-9*x^2+6*x-3 = 0

> Zero points (roots): x1=1.61

Now the value of the zero of the first derivative (x1) is used in the second derivative.

f ''(x) = 12*x^2-18*x+6

f ''(x1) = f ''(1.61) = 8.06 > 0 --> Local Minimum

After putting these zero points into the original function - the local extrema max/min, the [H]ighest and [L]owest points are:

> L: min(1.61;-1.85)

c) Inflection Points

If we examine the course of f(x) and f ''(x), it becomes evident that in the inflection point the 2nd derivative function has a value equal zero.

Thus, set the 2nd derivative to zero and if the 3rd derivative is equal to zero, then there must be a Turning point. Whether the Turning point is a Saddle point, that will be determined later on the position of the tangent.

f ''(x) = 12*x^2-18*x+6

f ''(x) = 0

12*x^2-18*x+6 = 0

Solution: x1=0.50 | x2=1.00

Now each of the values of the zeros of the 2nd derivative are put into the 3rd derivative.

f '''(x) = 24*x-18

f '''(x1) = f '''(0.50) = -6.00 <> 0 --> Inflection Point (or Saddle Point)

After putting this zero point into the origin function, the inflection point therefore is:

> WP: (0.50;-0.06)

f '''(x1) = f '''(1.00) = 6.00 <> 0 --> Inflection Point (or Saddle Point)

After putting this zero point into the origin function, the inflection point therefore is:

> WP: (1.00;-1.00)

d) Equation of the tangent at the inflection point

For the equation of the tangent f(xwp) = m xwp + b at the inflection point (tangent) calc at first the slope m

f '(x) = 4*x^3-9*x^2+6*x-3

Substituting xwp = 0.50 yields:

> m = f '(0.50) = -1.75

Conversion to b = f(xwp) - (m * xwp) results in b:

> b = 0.81

Result: The inflectional tangent function equation:

> f(xwp) = -1.75* xwp + 0.81

Note: If m = f '(xwp) = 0 so, this is referred to as the turning point of the saddle point.

Substituting xwp = 1.00 yields:

> m = f '(1.00) = -2.00

Conversion to b = f(xwp) - (m * xwp) results in b:

> b = 1.00

Result: The inflectional tangent function equation:

> f(xwp) = -2.00* xwp + 1.00

Note: If m = f '(xwp) = 0 so, this is referred to as the turning point of the saddle point.

e) Curvature Behavior (Concavity)

The turning point is either a L-R or R-L transition. Therefore exist intervals on which the graph of the function having a left or right curvature. Since the turn of the 2nd derivative has the value zero, there exists an interval (I), where the 3rd derivative is positive or negative.

Therefore, the condition:

With the above results of the inflection point, the type of transition is:

> f '''(0.50) = -6.00 < 0 --> L-R Transition

> f '''(1.00) = 6.00 > 0 --> R-L Transition

f) Zero Points (Roots of the Function)

The zeros are the points of intersection with the x-axis if the condition: f(x) = 0 is valid:

f(x) = x^4 - 3*x^3 + 3x^2 - 3x + 1

f(x) = 0

x^4 - 3*x^3 + 3x^2 - 3x + 1 = 0

Solution:

> Zeros of the function: x1=0.46 | x2=2.15